.text-body{
    margin-left: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ueberschrift{
    display: flex;
    justify-content: center;
}
.text{
    display: grid;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    

}
.text a{
    text-decoration: underline;
}
.footer-distributed{
    position: fixed;
   bottom: 0;
   width: 100%;
}
@media screen and (max-widht: 700px){
    .footer-distributed {
        background-color: var(--main-brand-color);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        padding: 45px 50px;
    
      }
    }
    @media (max-width: 700px) {
        
         }